home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / flight-of-the-museum.swf / scripts / com / google / analytics / core / TrackerMode.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  289 b   |  17 lines

  1. package com.google.analytics.core
  2. {
  3.    public class TrackerMode
  4.    {
  5.       
  6.       public static const BRIDGE:String = "Bridge";
  7.       
  8.       public static const AS3:String = "AS3";
  9.        
  10.       
  11.       public function TrackerMode()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.